home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / lib / tclX-6.4 / help / lists / lvarpop < prev    next >
Encoding:
Text File  |  1992-12-17  |  541 b   |  12 lines

  1.  
  2.  
  3.           lvarpop var [index [string]]
  4.                The lvarpop command pops (deletes) the element indexed
  5.                by index from the list contained in the variable var.
  6.                If index is omitted, then 0 is assumed.  If string, is
  7.                specified, then the deleted element is replaced by
  8.                string. The replaced or deleted element is returned.
  9.                Thus ``lvarpop argv 0'' returns the first element of
  10.                argv, setting argv to contain the remainder of the
  11.                string.
  12.